[INFO] cloning repository https://github.com/shetaye/shephard
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shetaye/shephard" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshetaye%2Fshephard", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshetaye%2Fshephard'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 39d76dd2f89502ea0c22a915101c8149a0488744
[INFO] testing shetaye/shephard against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshetaye%2Fshephard" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/shetaye/shephard
[INFO] finished tweaking git repo https://github.com/shetaye/shephard
[INFO] tweaked toml for git repo https://github.com/shetaye/shephard written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/shetaye/shephard on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/shetaye/shephard already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e093d5f4f19490a5c2dfd57b5773461398acff8fb9b4333d5d126aaf21ca5a46
[INFO] running `Command { std: "docker" "start" "-a" "e093d5f4f19490a5c2dfd57b5773461398acff8fb9b4333d5d126aaf21ca5a46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e093d5f4f19490a5c2dfd57b5773461398acff8fb9b4333d5d126aaf21ca5a46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e093d5f4f19490a5c2dfd57b5773461398acff8fb9b4333d5d126aaf21ca5a46", kill_on_drop: false }`
[INFO] [stdout] e093d5f4f19490a5c2dfd57b5773461398acff8fb9b4333d5d126aaf21ca5a46
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 89f09f33ad443529b7b72566d519dd91091f448d11fc2818507aa38dc4b5b70f
[INFO] running `Command { std: "docker" "start" "-a" "89f09f33ad443529b7b72566d519dd91091f448d11fc2818507aa38dc4b5b70f", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling zmij v1.0.19
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling clap_lex v0.7.7
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling anyhow v1.0.101
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling clap_builder v4.5.57
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling hostname v0.4.2
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling clap v4.5.57
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling shephard v0.1.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.15s
[INFO] running `Command { std: "docker" "inspect" "89f09f33ad443529b7b72566d519dd91091f448d11fc2818507aa38dc4b5b70f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89f09f33ad443529b7b72566d519dd91091f448d11fc2818507aa38dc4b5b70f", kill_on_drop: false }`
[INFO] [stdout] 89f09f33ad443529b7b72566d519dd91091f448d11fc2818507aa38dc4b5b70f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4b3061ae4b780f18393db8901d3232050c99e322e61e6e2834e4435953e0abf5
[INFO] running `Command { std: "docker" "start" "-a" "4b3061ae4b780f18393db8901d3232050c99e322e61e6e2834e4435953e0abf5", kill_on_drop: false }`
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling shephard v0.1.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.09s
[INFO] running `Command { std: "docker" "inspect" "4b3061ae4b780f18393db8901d3232050c99e322e61e6e2834e4435953e0abf5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b3061ae4b780f18393db8901d3232050c99e322e61e6e2834e4435953e0abf5", kill_on_drop: false }`
[INFO] [stdout] 4b3061ae4b780f18393db8901d3232050c99e322e61e6e2834e4435953e0abf5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 28773128a5fe09ea482ed5b9ed3397d1dbf46b959f8e31738d59b33934bb7edd
[INFO] running `Command { std: "docker" "start" "-a" "28773128a5fe09ea482ed5b9ed3397d1dbf46b959f8e31738d59b33934bb7edd", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/shephard-2e9a6e3b11bd8161)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/shephard-53b26ce092b86fab)
[INFO] [stdout] test config::tests::apply_side_channel_uses_repo_specific_override ... ok
[INFO] [stdout] test config::tests::conflicting_untracked_flags_fail ... ok
[INFO] [stdout] test config::tests::cli_flags_override_repo_overrides ... ok
[INFO] [stdout] test config::tests::per_repo_overrides_apply_when_cli_flags_are_absent ... ok
[INFO] [stdout] test config::tests::pull_only_override_disables_push ... ok
[INFO] [stdout] test discovery::tests::hidden_directories_are_descended_when_enabled ... ok
[INFO] [stdout] test discovery::tests::hidden_directories_are_skipped_when_disabled ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::resolve_targets_defaults_to_enabled_repositories ... ok
[INFO] [stdout] test tests::resolve_targets_filters_to_matching_enabled_repositories ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_behaviors.rs (/opt/rustwide/target/debug/deps/integration_behaviors-bd08d05f5c33d521)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test discovers_nested_repositories ... ok
[INFO] [stdout] test workflow_side_channel_missing_remote_fails_with_hint ... ok
[INFO] [stdout] test workflow_push_tracked_only_excludes_untracked_files ... ok
[INFO] [stdout] test workflow_pull_only_success ... ok
[INFO] [stdout] test workflow_pull_ff_only_fails_when_local_tree_is_dirty ... ok
[INFO] [stdout] test workflow_push_with_no_local_changes_is_noop ... ok
[INFO] [stdout] test workflow_push_include_untracked_adds_new_files ... ok
[INFO] [stdout] test workflow_side_channel_pushes_without_local_branch_commit ... ok
[INFO] [stdout] test apply_merge_succeeds_when_side_branch_is_first_created_by_sync ... ok
[INFO] [stdout] test workflow_continues_after_repo_failure ... ok
[INFO] [stdout] test workflow_side_channel_conflicting_file_edits_fail_without_overwriting_existing_tip ... ok
[INFO] [stdout] test workflow_side_channel_merges_non_conflicting_file_edits_instead_of_overwriting ... ok
[INFO] [stdout] test side_channel_sync_retries_non_fast_forward_with_refetch_and_merges_latest_tip ... ok
[INFO] [stdout] test apply_merge_cherry_pick_and_squash_behaviors ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.82s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests shephard
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "28773128a5fe09ea482ed5b9ed3397d1dbf46b959f8e31738d59b33934bb7edd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "28773128a5fe09ea482ed5b9ed3397d1dbf46b959f8e31738d59b33934bb7edd", kill_on_drop: false }`
[INFO] [stdout] 28773128a5fe09ea482ed5b9ed3397d1dbf46b959f8e31738d59b33934bb7edd
